home *** CD-ROM | disk | FTP | other *** search
/ QuickTime 2.0 Developer Kit / QuickTime 2.0 Developer Kit.iso / mac / MAC / Programming Stuff / Documentation / develop / develop Issue 17 / develop 17 code / MultipleMovies / MyMultipleMoviesApp ƒ / BetterFlattenMovie.h < prev    next >
Encoding:
Text File  |  1993-12-04  |  965 b   |  23 lines  |  [TEXT/KAHL]

  1. //--------------------------------------------------------------------------
  2. //
  3. //        BetterFlattenMovie.
  4. //            by John Wang
  5. //
  6. //        Description:    Better version of FlattenMovie and FlattenMovie Data.  Also
  7. //                        includes two routines for accessing movie resource atoms in
  8. //                        the data fork  (single-fork movies).
  9. //
  10. //        Version:    1.0        11/09/93    Completed for develop column.
  11. //
  12. //--------------------------------------------------------------------------
  13.  
  14. pascal void BetterFlattenMovie(Movie theMovie, long moviu.•ˇ†æ°¿9            FSSpec *theFile, OSType creator, ScriptCode scriptTag,
  15.             long createMovieFileFlags, short *resId, const StringPtr resName);
  16.  
  17. pascal Movie BetterFlattenMovieData(Movie theMovie, long movieFlattenFlags, 
  18.             FSSpec *theFile, OSType creator, ScriptCode scriptTag,
  19.             long createMovieFileFlags);
  20.             
  21. OSErr CountMoviesInDataFork(FSSpec *theFile, short *count);
  22. OSErr SearchMoviesInDataFork(FSSpec *theFile, short index, long *fileOffset);
  23.